CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - c crc

搜索资源列表

  1. CRC校验 VB及C下实现算法

    0下载:
  2. 常用CRC沉余校验方法,VB及C语言实现,内附原码
  3. 所属分类:编程文档

    • 发布日期:2010-09-13
    • 文件大小:22016
    • 提供者:wskqagyttd
  1. CRC校验

    4下载:
  2. CRC冗余码校验的C++实现。
  3. 所属分类:源码下载

    • 发布日期:2011-04-10
    • 文件大小:8457
    • 提供者:kmlgdxlxy
  1. CRC_matlab.CRC校验的Matlab仿真

    5下载:
  2. CRC校验的Matlab仿真,也可以认为是二进制除法。,CRC checksum of the Matlab simulation, it can be regarded as a binary division.
  3. 所属分类:加密解密

    • 发布日期:2015-04-02
    • 文件大小:2408
    • 提供者:neimty
  1. crc.zip CRC校验程序

    2下载:
  2. CRC校验程序,使用了CRC-16和CRC-CCITT方法 ,CRC inspection program, which use crc-16 and crc-ccitt method
  3. 所属分类:加密解密

    • 发布日期:2016-01-25
    • 文件大小:1311
    • 提供者:
  1. CRC.rar

    0下载:
  2. CRC校验码生成软件,试用于调试通信时做数据校验时使用,一个不错的软件,CRC Check Code generation software, the trial in the debug communication data when checking the use of, a good software
  3. 所属分类:source in ebook

    • 发布日期:2017-03-22
    • 文件大小:129387
    • 提供者:杨亮
  1. CRC.rar

    0下载:
  2. CRC-16算法的C语言实现(以常见的CRC-ITU为例引出的比特型算法)。,CRC-16 algorithm of the C language (in common CRC-ITU as an example of bit-based algorithm for extraction).
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:6262
    • 提供者:semihost
  1. CRC-C-Source

    0下载:
  2. CRC校验原理及其C语言实现CRC校验原理及其C语言实现-CRC checking principle and C language realization,CRC checking principle and C language realization
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:9598
    • 提供者:jnhoodlum
  1. CRC

    0下载:
  2. 查表法CRC16校正源代码,不需要CRC的计算,适合在单片机上使用。-CRC16
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:1300
    • 提供者:challenge
  1. CRC

    0下载:
  2. CRC校验码的计算程序!本人原创。 C语言实现,在CFREE中通过。-Check CRC calculation procedure! C language, adopted in CFREE.
  3. 所属分类:source in ebook

    • 发布日期:2017-03-29
    • 文件大小:775
    • 提供者:郑龙
  1. crc

    1下载:
  2. CRC校验程序包,包含VB,C,汇编下,实现CRC校验程序的代码,详细介绍CRC校验的原理,介绍 查表法,半字节查表法,等等实现CRC校验的方法,希望对大家有所帮组。-CRC Checksum package, including VB, C, compilation achieve CRC checksum code, detailing the principles of CRC checksum on look-up table method, semi-byte look-up tabl
  3. 所属分类:Windows Develop

    • 发布日期:2015-04-14
    • 文件大小:35020
    • 提供者:庄少轩
  1. CRC-16

    1下载:
  2. 该文件是关于CRC校验的,在Visual C++环境下实现。-The document is on the CRC check in Visual C++ environments.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:1004166
    • 提供者:曹骁
  1. CRCr

    0下载:
  2. crc校验源代码,我自己编写的源代码,用于计算crc校验码的生成-source code crc teaching and research,That s all,everyone knows.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:535150
    • 提供者:冰色火焰
  1. modbus.c

    1下载:
  2. modbus 通讯的CRC校验程序,已经调试通过。如在其它方面使用,可略作修改。-Modbus communication CRC checksum procedure, have been debug through. As in other aspects of use, can be slightly modified.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-01
    • 文件大小:1160
    • 提供者:xww
  1. CRC

    0下载:
  2. C++开发的CRC原代码,里面有详细的说明-C++ Developed the original CRC code, which is described in detail
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:5343
    • 提供者:任我行
  1. CRC

    0下载:
  2. 通过对于模2除法的研究 可以得到如下方法: 1. 把信息码后面加上p-1位的0,这个试验中p是6位,即在输入的信息码后面加上“00000”。把这个17位的被除数放入input中。 2. 在得到被除数input之后,设计一个在被除数上移动的数据滑块变量d,把input中的最高位开始逐次复制给变量d。 3. 如果d的最高位为1,由变量d和变量p做异或运算;如果d的最高位为0则不运算或者做多余的异或‘0’的运算。 4. 把滑块变量d往后滑动一位。 5. 循环步骤(3,4)
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-26
    • 文件大小:6033
    • 提供者:lijq
  1. crc

    0下载:
  2. crc校验 包括原理文件和说明 另附有一个crc16的c程序函数和crc32的vc项目文件-CRC checksum, including the principle of documents and a note attached CRC16 function of c procedures and CRC32 of vc project documents
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-10
    • 文件大小:2399444
    • 提供者:梁健
  1. CRC

    0下载:
  2. c语言和delphi的crc16的求解代码-c language and delphi code to solve the CRC16
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:843
    • 提供者:lizhen
  1. CRC

    0下载:
  2. C R C 校验实用程序库在数据存储和数据通讯领域,为了保证数据的正确,就不得不采用检错的手段。-CRC checksum utility library in data storage and data communication fields, in order to ensure data is correct, will have to adopt a means of error detection.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-13
    • 文件大小:2698
    • 提供者:王平
  1. CRC

    0下载:
  2. crc32,c语言实现,数字电视各种表都要使用的算法-crc32,c,pat,pmt,sdt
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-13
    • 文件大小:1740
    • 提供者:首创电子
  1. CRC

    0下载:
  2. C# CRC校验算法案例,之前网上找的学习之用,现在分享给大家(C# CRC checksum algorithm case, before the online search for learning, and now share with you)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-30
    • 文件大小:5120
    • 提供者:水古月
« 12 3 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com